home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- function. setOffset ( 0.000000 )
-
- activeInputProbe. setXMinScale ( -1.500000 )
- activeInputProbe. setXMaxScale ( 1.500000 )
- activeInputProbe. setYMinScale ( -1.500000 )
- activeInputProbe. setYMaxScale ( 1.500000 )
-
- outputAxon. setRows ( 3 )
-
- activeInputProbe. setBroadcast ( TRUE )
- activeInputProbe. setDotSize ( 4 )
- activeInputProbe. setBroadcast ( FALSE )
- activeInputProbe. setActiveChannel ( 1 )
- activeInputProbe. setDotSize ( 1 )
-
- activeBreadboard. lockWindowUpdate()
-
- activeBreadboard. setAnimatePoint ( 620 , 100 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "editTitle" )
- editTitle. setTransparent ( TRUE )
- editTitle. setBorderType ( 0 )
- editTitle. setPosition ( 0 )
- editTitle. setPadding ( 1 )
- editTitle. setFontSize ( 18 )
- editTitle. setBold ( TRUE )
- editTitle. setAutosize ( TRUE )
- editTitle. setText ("# of PE's")
-
- activeBreadboard. setAnimatePoint ( 635 , 120 )
- activeBreadboard. stampAndMove ( "EditEngine" , "editEngine" )
- editEngine. setPosition ( 0 )
- editEngine. setPadding ( 3 )
- editEngine. setFontSize ( 18 )
- editEngine. setItalic ( TRUE )
- editEngine. setColor ( 255 , 0 , 0 )
- editEngine. setAutosize ( TRUE )
- editEngine. setText ("3")
-
- activeBreadboard. unlockWindowUpdate()
-
- activeBreadboard. select ( NULL , FALSE )
-
- EditMacroPath = macro. pathFromMacro ( "Edit number of PE's.nsm" )
- editEngine. setMacroPath ( EditMacroPath )
- NextMacroPath = macro. pathFromMacro ( "Conscience.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-